/* Center page content */
#spPageCanvasContent {
    margin:auto;
}

/* Hide Quick Launch */
:not([class*=isOnTop_])[class*='spNav_'] nav[role='navigation'] {
    display: none !important;
}
div[class^='pageContainer_'] {
    left: 0 !important;
} 

/* Center page header */
div[class^='backgroundImage'] > div[class^='content'] {
    margin:auto;
    text-align:center;
}

div[class*=isOnTop_][class*='spNav_'] nav[role='navigation'] div.ms-Nav-group:first-child {
    display: none !important;
}

#cloudwellSiteBreadcrumb {
    display: none;
}